home *** CD-ROM | disk | FTP | other *** search
/ Eagles Nest BBS 5 / Eagles_Nest_Mac_Collection_Disc_5.TOAST / 7th-College / LearnGe105#1 / English_German I 1.05 / card_359635.txt < prev    next >
Text File  |  1990-01-05  |  612b  |  30 lines

  1. -- card: 359635 from stack: in.05
  2. -- bmap block id: 359839
  3. -- flags: 0000
  4. -- background id: 13313
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on arrowKey direction
  8.   if direction is "left" then go previous card
  9. end arrowKey
  10.  
  11.  
  12.  
  13. -- part 3 (button)
  14. -- low flags: 00
  15. -- high flags: 0004
  16. -- rect: left=440 top=44 right=75 bottom=471
  17. -- title width / last selected line: 0
  18. -- icon id / first selected line: 1014 / 1014
  19. -- text alignment: 1
  20. -- font id: 0
  21. -- text size: 12
  22. -- style flags: 0
  23. -- line height: 16
  24. -- part name: prev card
  25. ----- HyperTalk script -----
  26. on mouseUp
  27.   go previous card of this background
  28. end mouseUp
  29.  
  30.